home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DDJMAG / DDJ9207.ZIP / ACOMP.ZIP / DEMO.BAT < prev    next >
DOS Batch File  |  1992-04-01  |  482b  |  15 lines

  1. echo off
  2. ibmsnd
  3. echo First we will compress a sound file using ACOMP.
  4. echo Press a key to compress the sound file ACOMP.SND
  5. pause
  6. ACOMP /n2 /s2 /f11000 acomp.snd
  7. echo Now the file has been compressed, we will reconstruct it using
  8. echo the UCOMP utility.
  9. pause
  10. UCOMP ACOMP.ABT
  11. echo Note that the file ACOMP.ABT was reconstructed and written back out as
  12. echo the sound file ACOMP.8SN.    This is not exactly the original sound file
  13. echo but an aproximation of it.
  14. ibmsnd U
  15.